Package com. orange. webcom. sdk
Exposes the main public API of the Webcom SDK.
Types
Link copied to clipboard
Generic event to be notified when a subscription is canceled, that is deliberately stopped.
Link copied to clipboard
Base interface for passing an event of type T to a callback function.
Link copied to clipboard
Represents a subscription to some event type.
Link copied to clipboard
Represents a Webcom application.
Link copied to clipboard
data class WebcomConfiguration @JvmOverloads constructor( val identifier: String, val platform: URL? = null, val offlineCache: String? = null, val startOnline: Boolean = true, val websocketProtocol: WebcomConfiguration.WebsocketProtocol = defaultWebsocketProtocol, val pingDelayMs: Int? = null, val pongDelayMs: Int? = null)
Content copied to clipboard
Represents the settings of a WebcomApplication instance.
Link copied to clipboard
class WebcomError @JvmOverloads constructor( val errorCode: String, message: String?, cause: Throwable? = null)
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Wraps the result of a computation of type T.
Link copied to clipboard